All Questions
2 questions
3votes
4answers
4kviews
How do you call one program from another?
What I'm wondering is how running programs communicate with each other, and if someone could post some sample code for how to do this, so I can try it out myself, just for educational purposes. For ...
4votes
2answers
698views
How can a Java programmer make the most of a new project in C or C++? [closed]
As a Java programmer, I'm looking to learn either C or C++ by writing a database manager. Obviously, Java shares many idioms with C and C++, but yet both bring vastly different program design ...